home *** CD-ROM | disk | FTP | other *** search
/ Informática Multimedia 1995 April / Informatica Multimedia CD - Epimundo.iso / DOS / FILE_CHG / FASTSORT.ZIP / FSORT.LST < prev    next >
Encoding:
File List  |  1991-05-25  |  2.7 KB  |  61 lines

  1.  
  2.   The following fixes have been made to FASTSORT since it's release:
  3.  
  4.   Version Fixes
  5.   ------- --------------------------------------------------------
  6.    1.00   - First Release
  7.  
  8.    1.10   - Output records were not written when disk sort required.
  9.           - Added formatting items %m, %mm, %y, %d, %p to the TITLE,
  10.             and FOOTER strings.
  11.  
  12.    1.20   - Fixed a problem with very large files.  Records were not
  13.             being sorted correctly.
  14.  
  15.    1.30   - Fixed a few of the messages.
  16.           - Changed registration form to include question about where you
  17.             obtained a copy of the program.  
  18.           - Uploaded to CompuServ.
  19.  
  20.    1.40   - Ranges of records in the SORT-FILE command were not processed
  21.             unless spaces were placed before and after the parenthesis.
  22.           - Records longer than the maximum specified length were not being
  23.             truncated (as the documentation specifies) but were split into
  24.             multiple lines.  This caused the record count and the output to
  25.             be incorrect.
  26.  
  27.    1.50   - Fixed processing for DBASEIII file type.
  28.           - Fixed EZSORT to write the output TYPE.  It used to leave it
  29.             blank even when one was specified.
  30.  
  31.    1.51   - Fixed STABLE command accross multiple files.  Specially when
  32.             used in conjuction with UNIQUE to retain the first occurance
  33.             of a record, not just ONE occurance of a record.
  34.  
  35.    1.52   - Added COUNT of output records for PRINT-LEVEL > 3.  Usefull
  36.             for large files, so you know the system didn't hang up!
  37.  
  38.    1.53   - Fixed a problem that crashed the sort when disk batches were
  39.             used.  Problem occured only when exactly 2 disk batches were
  40.             needed.  If more than 2 were needed, everything worked ok.
  41.  
  42.    1.60   - Fixed problem with SELECT/EXCLUDE. Part bug (with multiple
  43.             operations on single select/exclude) and part documentation
  44.             problem.  See new description of SELECT/EXCLUDE.
  45.  
  46.             Documented the continuation character (&), used to enter a
  47.             command on several lines.  The total number of characters
  48.             allowed per command is 255 (not counting leading or trailing
  49.             spaces).
  50.  
  51.         **  Added the READ-FILEs feature.  You don't have to SORT the
  52.             file(s), you can just read the records and apply the select/
  53.             exclude and/or re-formating options.
  54.  
  55.         **  Enhanced the PAD feature of the WRITE-FILE command. Now PAD 
  56.             defaults to a length of one, and the space char.  Example:
  57.  
  58.                WRITE + PAD '(' F 1,3 PAD ')' PAD F 4,7 PAD '-' F 8,11
  59.  
  60.             produces "(123) 456-7890".
  61.